From f1a94f079353da8f2c77841bf7322f5352844752 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 27 Oct 2014 13:33:05 -0400 Subject: [PATCH] fix two warnings --- src/cargo/core/manifest.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cargo/core/manifest.rs b/src/cargo/core/manifest.rs index e274dbbc2..c816499ca 100644 --- a/src/cargo/core/manifest.rs +++ b/src/cargo/core/manifest.rs @@ -290,8 +290,8 @@ impl hash::Hash for Profile { debug, rpath, plugin, - dest: ref dest, - harness: harness, + ref dest, + harness, // test flags are separated by file, not by profile hash, and // env/doc also don't matter for the actual contents of the output -- 2.30.2